@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Alegreya', serif;
	background-color: #8E8E8E!important;
	margin: 0px;
	padding: 0px;
	box-sizing: 
border-box	}
navbar{
	position: absolute;
	top: 30px;
	width: 85%;
	
}

@media only screen and (max-width:768px){
	
	.navbar{
		background: rgba(0,0,0,0.8);
		position: fixed;
		top: 0; left: 0; width: 100%;
	    
	}
}

.bolum1{
	height: 100vh;
	background: url("../OZIKO  ENTERPISE/Oziko ABOUT.png");
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	}

.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
}

 .navbar-brand{
	font-weight: 600;
	
}
 .navbar li{
	margin-left: 15px;
}

 .navbar li a img{
	opacity: 0.6;
	border-radius: 25%;
}

 .navbar li a{
	font-size: 15px;
	color: darkgray !important;
	font-weight: 400;
	letter-spacing: 1px;
	transition: 0.2s;
}
 .navbar .navbar-nav .active>a,
 .navbar .navbar-nav a:hover{
	color: white!important;
}

 nav a img {
	border-radius: 50%;
	opacity: 0.6;
}

 nav a span{
	color: darkgray!important;
}


.bolum1 .baslik{
	color: white;
		
}

	
@media only screen and (max-width:768px){
	.bolum1{
		height: 850px;
	}
	h2{
		margin-top: 35px;
	}
	
}
.language-buttons {
      position: fixed;
      top: 20px;
      right: 20px;
    }
    /* Dil seçimi düğmelerinin boyutunu küçült */
    .language-buttons .btn {
      font-size: 12px;
      padding: 5px 10px;
		color: white!important;
    }
    /* Dil seçimi düğmelerindeki resimlerin boyutunu ayarla */
    .language-buttons img {
      width: 40px;
      height: 40px;
    }
@media (max-width: 768px) {
  .language-buttons {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px; /* İstenilen bir boşluk değeri verebilirsiniz */
  }
	}
.bolum1 .navbar .navbar-nav .language-buttons .btn  img:hover{
	transform: scale(1.4);
	background: rgba(80,80,80,0.3);
	border-radius: 35px;
	z-index: 2;
	transition: 0.9s;
	cursor: pointer;
}
.hero{
	background-color:#A9A9A9;
	overflow: hidden;
}
.heading h1{
	color:white;
	font-size: 55px;
	text-align: center;
	margin-top: 35px;
}
.container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 65px auto;
	
}
.hero-content{
	flex: 1;
	width: 600px;
	margin: 0px 25px;
	animation: fadeInUp 2s ease; 
}
.hero-content h2{
	font-size: 38px;
	margin-bottom: 20px;
	color: white;
}
.hero-content h2:hover{
	background-color: darkgray;
	transform: scale(1.1);
}
.hero-content p{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
	color: white;
}
.hero-img{
	flex: 1;
	width: 600px;
	margin: auto;
	animation: fadeInRight 2s ease; 
	
}
.hero-img img{
	width: 100%;
	height: auto;
	border-radius: 25px;
}
@media screen and (max-width: 760px){
	.heading h1{
		font-size:45px;
		margin-top: 30px;
		
	}	
	.hero{
		margin: 0px;
		
		
	}
	.container{
		width: 100%;
		flex-direction: column;
		margin: 0px;
		padding: 0 40px;
		
		
	}
	.hero-content{
		width: 100%;
		margin: 35px 0;
		
	}
	.hero-content h2{
		font-size: 30px;
	}
		
	
	.hero-content p{
	font-size: 18px;
		margin-bottom: 20px;
	}
	.hero-img{
		width: 100%;
	}
}
@keyframes fadeInUp {
	0%{
		opacity: 0;
		transform: translateY(50px);
		
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		
	}
}
@keyframes fadeInRight {
	0%{
		opacity: 0;
		transform: translateX(-50PX);
		
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
		
	}
}

.container2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 65px auto;
	background: url("img/Oziko ABOUT.png");
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	height: 100vh;
	
	border-radius: 50px;
	
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.hero-content2{
	flex: 1;
	width: 600px;
	margin: 0px 25px;
	animation: fadeInUp 2s ease; 
}
.hero-content2 h2{
	font-size: 38px;
	margin-bottom: 20px;
	color: white;
	position: relative;
	z-index: 1;
}
.hero-content h2:hover{
	background-color: darkgray;
	transform: scale(1.1);
}
.hero-content2 p{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
	color: white;
	position: relative;
	z-index: 1;
	

}

footer{
	
	background: #9F9F9F;
	padding: 80px 0;
}

footer h3{
	color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
}

footer p{
	line-height: 1.8;
	color: rgba(255,255,255,0.8);
	
}

footer ul.sosyalmedya {
	margin-top: 40px;
	list-style: none;
	padding: 0;
}

footer ul.sosyalmedya li{
	display: block;
	float: left;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	padding: 5px;
	text-align: center;
	border-radius: 100%;
	background-color: #9F9F9F;
}

footer ul.sosyalmedya li a{
	display: block;
	font-size: 25px;
	color: white;
		
}

footer ul.info{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.info li{
	display: block;
	margin-bottom: 10px;
}

footer ul.info li a{
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

.info i{
	color: white;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

footer .lisans{
	margin-top: 40px;
	color: rgba(255,255,255,0.7);
	text-align: center;
}
 
